home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1998 January / PC Answers Issue 49 Cover CD January 1998.iso / Apps / Director / DATA.Z / Animation Wizard.dir / 00006_TextField.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  197 b   |  12 lines

  1. property iFieldName
  2.  
  3. on birth me, theFieldName, theInitialText
  4.   set iFieldName to theFieldName
  5.   set the text of field iFieldName to theInitialText
  6.   return me
  7. end
  8.  
  9. on mValidate me
  10.   return 1
  11. end
  12.